object frmProgress: TfrmProgress Left = 331 Top = 188 BorderStyle = bsDialog Caption = 'Progress' ClientHeight = 45 ClientWidth = 153 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 20 Top = 4 Width = 117 Height = 13 Caption = 'Scanning, Please Wait...' end object prog: TProgressBar Left = 0 Top = 24 Width = 153 Height = 21 Min = 0 Max = 100 Position = 5 Step = 5 TabOrder = 0 end end